Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 15, 2025

Bumps github.com/containerd/nerdctl/v2 from 2.1.4 to 2.1.6.

Release notes

Sourced from github.com/containerd/nerdctl/v2's releases.

v2.1.6

Changes

Full changes: https://github.com/containerd/nerdctl/milestone/56?closed=1

Compatible containerd versions

This release of nerdctl is expected to be used with containerd v1.7, v2.0, or v2.1. Some features may not work with other releases of containerd.

About the binaries

  • Minimal (nerdctl-2.1.6-linux-amd64.tar.gz): nerdctl only
  • Full (nerdctl-full-2.1.6-linux-amd64.tar.gz): Includes dependencies such as containerd, runc, and CNI

Minimal

Extract the archive to a path like /usr/local/bin or ~/bin .

-rwxr-xr-x root/root  29647032 2025-09-30 15:18 nerdctl
-rwxr-xr-x root/root     22657 2025-09-30 15:17 containerd-rootless-setuptool.sh
-rwxr-xr-x root/root      8708 2025-09-30 15:17 containerd-rootless.sh

Full

Extract the archive to a path like /usr/local or ~/.local .

drwxr-xr-x 0/0               0 2025-09-30 15:26 bin/
-rwxr-xr-x 0/0        33536339 2025-09-03 12:19 bin/buildctl
-rwxr-xr-x 0/0        29909144 2025-05-12 13:10 bin/buildg
lrwxrwxrwx 0/0               0 2025-09-30 15:25 bin/buildkit-cni-LICENSE -> ../libexec/cni/LICENSE
lrwxrwxrwx 0/0               0 2025-09-30 15:25 bin/buildkit-cni-README.md -> ../libexec/cni/README.md
lrwxrwxrwx 0/0               0 2025-09-30 15:25 bin/buildkit-cni-bandwidth -> ../libexec/cni/bandwidth
lrwxrwxrwx 0/0               0 2025-09-30 15:25 bin/buildkit-cni-bridge -> ../libexec/cni/bridge
lrwxrwxrwx 0/0               0 2025-09-30 15:25 bin/buildkit-cni-dhcp -> ../libexec/cni/dhcp
lrwxrwxrwx 0/0               0 2025-09-30 15:25 bin/buildkit-cni-dummy -> ../libexec/cni/dummy
lrwxrwxrwx 0/0               0 2025-09-30 15:25 bin/buildkit-cni-firewall -> ../libexec/cni/firewall
lrwxrwxrwx 0/0               0 2025-09-30 15:25 bin/buildkit-cni-host-device -> ../libexec/cni/host-device
lrwxrwxrwx 0/0               0 2025-09-30 15:25 bin/buildkit-cni-host-local -> ../libexec/cni/host-local
lrwxrwxrwx 0/0               0 2025-09-30 15:25 bin/buildkit-cni-ipvlan -> ../libexec/cni/ipvlan
lrwxrwxrwx 0/0               0 2025-09-30 15:25 bin/buildkit-cni-loopback -> ../libexec/cni/loopback
lrwxrwxrwx 0/0               0 2025-09-30 15:25 bin/buildkit-cni-macvlan -> ../libexec/cni/macvlan
lrwxrwxrwx 0/0               0 2025-09-30 15:25 bin/buildkit-cni-portmap -> ../libexec/cni/portmap
</tr></table> 

... (truncated)

Commits
  • 59253e9 Merge pull request #4531 from AkihiroSuda/test-reserve-ports
  • eb3ccbc Add TestReservePorts
  • 385c22a Merge pull request #4530 from containerd/dependabot/github_actions/docker/log...
  • cebdcbc build(deps): bump docker/login-action from 3.5.0 to 3.6.0
  • ce40996 Merge pull request #4526 from AkihiroSuda/rootful-reserve-port
  • 4b87cfe rootful: reserve the ports on the host
  • 645e11a Merge pull request #4524 from containerd/dependabot/github_actions/actions/ca...
  • 895a9eb Merge pull request #4516 from ningmingxiao/forbid_restart_k8s
  • 01076c1 build(deps): bump actions/cache from 4.2.4 to 4.3.0
  • 8f6860a Merge pull request #4522 from containerd/dependabot/go_modules/github.com/com...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

coderbirju and others added 3 commits October 15, 2025 01:08
Signed-off-by: Arjun Raja Yogidas <[email protected]>
Bumps [github.com/containerd/nerdctl/v2](https://github.com/containerd/nerdctl) from 2.1.4 to 2.1.6.
- [Release notes](https://github.com/containerd/nerdctl/releases)
- [Commits](containerd/nerdctl@v2.1.4...v2.1.6)

---
updated-dependencies:
- dependency-name: github.com/containerd/nerdctl/v2
  dependency-version: 2.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants